shutDown property

Future<void> shutDown

Implementation

Future<void> get shutDown async {
  await mConnMethodChannel.invokeMethod('shutDown');
}