disconnectFromDevice method

Future<bool> disconnectFromDevice(
  1. String deviceId
)

Implementation

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