closeUart method

Future<void> closeUart()

Implementation

Future<void> closeUart() async{
  await _methodChannel.invokeMethod('closeUart');
}