menu
channel_talk_flutter package
documentation
channel_talk_flutter_method_channel.dart
MethodChannelChannelTalkFlutter
isBooted method
isBooted method
dark_mode
light_mode
isBooted
method
@
override
Future
<
bool
?
>
isBooted
(
)
override
Implementation
@override Future<bool?> isBooted() { return methodChannel.invokeMethod('isBooted'); }
channel_talk_flutter package
documentation
channel_talk_flutter_method_channel
MethodChannelChannelTalkFlutter
isBooted method
MethodChannelChannelTalkFlutter class