destroy method

dynamic destroy()

Implementation

destroy() {
  return _channel.invokeMethod(_OLConstant.destroy);
}