disconnectBle method

Future<bool> disconnectBle(
  1. String deviceId
)

Implementation

Future<bool> disconnectBle(String deviceId) {
  throw UnimplementedError('disconnectBle() has not been implemented.');
}