close static method

Future<void> close()

Implementation

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