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