knownPeripherals abstract method
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);