connectedPeripherals abstract method

Future<List<Peripheral>> connectedPeripherals(
  1. List<String> serviceUUIDs
)

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);