dispose method

Future<void> dispose()

Implementation

Future<void> dispose() async {
  return _channel.invokeMethod('release');
}