deinit static method

Future deinit()

Implementation

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