isInit static method

Future<bool?> isInit()

Implementation

static Future<bool?> isInit() async {
  return await _channel.invokeMethod('isInit');
}