getDiscoveredDevices method
Get list of discovered devices
Implementation
Future<List<BluetoothDevice>> getDiscoveredDevices() {
throw UnimplementedError('getDiscoveredDevices() has not been implemented.');
}
Get list of discovered devices
Future<List<BluetoothDevice>> getDiscoveredDevices() {
throw UnimplementedError('getDiscoveredDevices() has not been implemented.');
}