closeConnection static method

Future<bool?> closeConnection()

Implementation

static Future<bool?> closeConnection() async {
  return _channel.invokeMethod('closeConnection');
}