stopScanBluetooth method

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

Implementation

@override
Future<void> stopScanBluetooth() async {
  // TODO: implement stopScanBluetooth
  await methodChannel.invokeMethod<void>('stopScanBluetooth');
}