discoverServices method
Triggers the service discovery process manually.
Implementation
Stream<List<BleService>> discoverServices(String deviceAddress) {
throw UnimplementedError('discoverServices() has not been implemented.');
}
Triggers the service discovery process manually.
Stream<List<BleService>> discoverServices(String deviceAddress) {
throw UnimplementedError('discoverServices() has not been implemented.');
}