menu
cx_flutter_plugin package
documentation
cx_flutter_plugin_platform_interface.dart
CxFlutterPluginPlatform
shutdown method
shutdown method
dark_mode
light_mode
shutdown
method
Future
<
String
?
>
shutdown
(
)
Implementation
Future<String?> shutdown() { throw UnimplementedError('shutdown() has not been implemented.'); }
cx_flutter_plugin package
documentation
cx_flutter_plugin_platform_interface
CxFlutterPluginPlatform
shutdown method
CxFlutterPluginPlatform class