methodChannel constant
Used to communicate back and forth with Dart and native code.
Implementation
static const MethodChannel methodChannel =
MethodChannel('app.arianneorpilla.yuuna/anki');
Used to communicate back and forth with Dart and native code.
static const MethodChannel methodChannel =
MethodChannel('app.arianneorpilla.yuuna/anki');