getDiscoveredDevices method

Future<List<BluetoothDeviceModel>?> getDiscoveredDevices()

Implementation

Future<List<BluetoothDeviceModel>?> getDiscoveredDevices() {
  return IosbluetoothconnectorPlatform.instance.getDiscoveredDevices();
}