close static method

Future<void> close()

Implementation

static Future<void> close() {
  return _channel.invokeMethod('close');
}