dispose method

Future dispose()

Implementation

Future dispose() async {
  return await _channel.invokeMethod('dispose', null);
}