isBooted static method

Future<bool?> isBooted()

Implementation

static Future<bool?> isBooted() {
  return ChannelTalkFlutterPlatform.instance.isBooted();
}