disconnectBleDevice method

Future<void> disconnectBleDevice(
  1. String deviceAddress
)

Implementation

Future<void> disconnectBleDevice(String deviceAddress) async {
  throw UnimplementedError('disconnectBleDevice() has not been implemented.');
}