connectedPeripherals abstract method
Returns a list of Peripheral: on iOS connected and known to system, on Android connected and known to the library.
If serviceUUIDs
is empty, this will return an empty list.
Implementation
Future<List<Peripheral>> connectedPeripherals(List<String> serviceUUIDs);