stopScan static method

Future<void> stopScan()

Implementation

static Future<void> stopScan() async {
  if (Platform.isWindows) return await FlutterBluePlusWindows.stopScan();
  return await Mobile.FlutterBluePlus.stopScan();
}