getDevices method
Implementation
List<BluetoothDevice?>? getDevices() {
throw UnimplementedError(
'getDiscoveredDevices() has not been implemented.');
}
List<BluetoothDevice?>? getDevices() {
throw UnimplementedError(
'getDiscoveredDevices() has not been implemented.');
}