dispose static method

Future dispose()

Implementation

static Future dispose() async {
  return await _channel.invokeMethod("dispose");
}