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