init static method

  1. @deprecated
Future init()

Implementation

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