disconnect method

  1. @override
Future disconnect()
override

Implementation

@override
Future disconnect() async {
  return await methodChannel.invokeMethod('Disconnect');
}