stopScan method

Future<void> stopScan()

Implementation

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