stopScanning method

  1. @override
Future stopScanning()
override

Implementation

@override
Future stopScanning() {
  return methodChannel.invokeMethod('stopScanning');
}