dispose method

Future<void> dispose()

Implementation

Future<void> dispose() {
  return this.channel.invokeMethod("dispose");
}