discoverServices method
Asks the platform to discover available services for a connected device by its address.
Returns a Stream of BleService.
Implementation
Stream<List<BleService>> discoverServices(String deviceAddress) {
return CentralPlatformInterface.instance.discoverServices(deviceAddress);
}