cancelScan property

Future<void> cancelScan

Implementation

Future<void> get cancelScan async {
  return await mBleScanMethodChannel.invokeMethod('cancelScan');
}