disconnectBluetoothDevice method

  1. @override
Future<void> disconnectBluetoothDevice()
override

Implementation

@override
Future<void> disconnectBluetoothDevice() async {
  return methodChannel.invokeMethod(RavenMPosConst.disconnectBluetoothDevice);
}