close method

Future<bool> close()

Closes the com port.

Implementation

Future<bool> close() async {
  return await _channel.invokeMethod("close");
}