menu
channel_talk_flutter package
documentation
channel_talk_flutter_platform_interface.dart
ChannelTalkFlutterPlatform
isBooted method
isBooted method
dark_mode
light_mode
isBooted
method
Future
<
bool
?
>
isBooted
(
)
Implementation
Future<bool?> isBooted() { throw UnimplementedError('isBooted() has not been implemented.'); }
channel_talk_flutter package
documentation
channel_talk_flutter_platform_interface
ChannelTalkFlutterPlatform
isBooted method
ChannelTalkFlutterPlatform class