stopScan method

  1. @override
Future stopScan()
override

Implementation

@override
Future stopScan() async {
  await methodChannel.invokeMethod('stopScan');
}