registerDevices method

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

Register devices with the sdk to be scanned for during trip. All will be unregistered on shutdown.

Implementation

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