stopScan method

Future<void> stopScan()

Implementation

Future<void> stopScan() async {
  return VitalDevicesPlatform.instance.stopScan();
}