close static method

Future close()

Implementation

static Future close() async {
  return await _channel.invokeMethod('close');
}