unregisterDevices method

Future<void> unregisterDevices(
  1. List<MoveDevice> devices
)

Unregister devices with the sdk to be scanned for during trip

Implementation

Future<void> unregisterDevices(List<MoveDevice> devices) {
  throw UnimplementedError('unregisterDevices() has not been implemented.');
}