menu
lib_npaw_plugin_flutter package
documentation
lib_npaw_plugin_flutter_method_channel.dart
MethodChannelLibNpawPluginFlutter
endSession method
endSession method
dark_mode
light_mode
endSession
method
@
override
Future
<
void
>
endSession
(
)
override
Implementation
@override Future<void> endSession() async { await methodChannel.invokeMethod<void>('endSession'); }
lib_npaw_plugin_flutter package
documentation
lib_npaw_plugin_flutter_method_channel
MethodChannelLibNpawPluginFlutter
endSession method
MethodChannelLibNpawPluginFlutter class