getDiscoveredDevices method
Implementation
@override
Future<List<BluetoothDeviceModel>?> getDiscoveredDevices() async {
final res = await methodChannel
.invokeMethod<List<BluetoothDeviceModel>?>('getDiscoveredDevices');
return res;
}
@override
Future<List<BluetoothDeviceModel>?> getDiscoveredDevices() async {
final res = await methodChannel
.invokeMethod<List<BluetoothDeviceModel>?>('getDiscoveredDevices');
return res;
}