disconnectBluetoothDevice method

Future<bool> disconnectBluetoothDevice()

Implementation

Future<bool> disconnectBluetoothDevice() {
  return EspPlatform.instance.disconnectBluetoothDevice();
}