discoverServices method

Stream<List<BleService>> discoverServices(
  1. String deviceAddress
)

Triggers the service discovery process manually.

Implementation

Stream<List<BleService>> discoverServices(String deviceAddress) {
  throw UnimplementedError('discoverServices() has not been implemented.');
}