getUpdatedDevices method

Future<List?> getUpdatedDevices()

Implementation

Future<List<dynamic>?> getUpdatedDevices() {
  return IosbluetoothconnectorPlatform.instance.getUpdatedDevices();
}