knownPeripherals abstract method

Future<List<Peripheral>> knownPeripherals(
  1. List<String> peripheralIdentifiers
)

Returns a list of Peripheral: on iOS known to system, on Android known to the library.

If peripheralIdentifiers is empty, this will return an empty list.

Implementation

Future<List<Peripheral>> knownPeripherals(List<String> peripheralIdentifiers);