stopScan method

Future<void> stopScan()

Implementation

Future<void> stopScan() async {
  await _channel.invokeMethod('stopScan');
}