discoverServices abstract method

Future<void> discoverServices({
  1. bool refresh = false,
})

Discover the available services in the BLE device.

Implementation

Future<void> discoverServices({bool refresh = false});