closeSocket static method

Future<void> closeSocket()

Implementation

static Future<void> closeSocket() async {
  await _channel.invokeMethod("colseConnect");
}