init method

Future init()

Implementation

Future init() async {
  return await _invokeMethod('init', <String, String>{
    "init": "init",
  });
}