menu
flutter_notie_clear package
documentation
flutter_notie_clear_method_channel.dart
MethodChannelFlutterNotieClear
clearAll method
clearAll method
dark_mode
light_mode
clearAll
method
Future
<
void
>
clearAll
(
)
Implementation
Future<void> clearAll( ) async { await methodChannel.invokeMethod<String>( 'clear_all' ); return; }
flutter_notie_clear package
documentation
flutter_notie_clear_method_channel
MethodChannelFlutterNotieClear
clearAll method
MethodChannelFlutterNotieClear class