destroy method

void destroy()

Implementation

void destroy() async {
  await _channel.invokeMethod('destroy', _channelID);
}