menu
micro_sensys package
documentation
micro_sensys_method_channel.dart
MethodChannelMicroSensys
checkInitialized method
checkInitialized method
dark_mode
light_mode
checkInitialized
method
Future
<
bool
?
>
checkInitialized
(
)
override
Implementation
Future<bool?> checkInitialized() { return methodChannel.invokeMethod<bool>('checkInitialized'); }
micro_sensys package
documentation
micro_sensys_method_channel
MethodChannelMicroSensys
checkInitialized method
MethodChannelMicroSensys class