menu
abrevva package
documentation
abrevva_method_channel.dart
MethodChannelCodingStation
write method
write method
dark_mode
light_mode
write
method
@
override
Future
<
void
>
write
(
)
override
Implementation
@override Future<void> write() async { await _methodChannel .invokeMethod<void>('write'); }
abrevva package
documentation
abrevva_method_channel
MethodChannelCodingStation
write method
MethodChannelCodingStation class