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