stopScan method

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

Implementation

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