init static method

Future init()

Implementation

static Future<dynamic> init() async {
  return await _channel.invokeMethod("init", []);
}