stopScanBluetooth method

  1. @override
Future<void> stopScanBluetooth()
override

Implementation

@override
Future<void> stopScanBluetooth() {
  return methodChannel.invokeMethod<void>('stopScanBluetooth');
}