stopScan method

Future stopScan()

Implementation

Future stopScan() async {
  await _channel!.invokeMethod('stopScan');
}