init static method

Future<bool> init()

Implementation

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