stopScan method

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

Stop the current scanning progress Will do nothing if there is no scanning progress

Implementation

@override
Future<void> stopScan() {
  return methodChannel.invokeMethod('stopScan');
}