stopScan property

Future<bool?> get stopScan

Implementation

static Future<bool?> get stopScan async {
  return _channel.invokeMethod('stopScan');
}