remoteIds property

List<String> get remoteIds

Implementation

List<String> get remoteIds =>
    (samplingConfiguration is BluetoothScanPeriodicSamplingConfiguration)
    ? (samplingConfiguration as BluetoothScanPeriodicSamplingConfiguration)
          .withRemoteIds
    : [];