systemDevices method

Future<List<BluetoothDevice>> systemDevices(
  1. List<Uuid> withServices
)

Implementation

Future<List<BluetoothDevice>> systemDevices(List<Uuid> withServices) => Bluebird.systemDevices(withServices);