disconnectBT method

Future<void> disconnectBT()

Implementation

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