dispose method

Future dispose()

Implementation

Future dispose() async {
  await channel.invokeMethod('dispose');
}