getDevices method

List<BluetoothDevice?>? getDevices()

Implementation

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