stop method

  1. @override
Future<void> stop()
override

Implementation

@override
Future<void> stop() async {
  WinBle.stopScanning();
  _isScanInProgress = false;
  notifyState(state);
}