flutter_beacon
flutter_beacon
FlutterBeacon
close property
close
flutter_beacon
flutter_beacon
FlutterBeacon
close property
FlutterBeacon class
Properties
close
initializeScanning
hashCode
runtimeType
Methods
monitoring
ranging
noSuchMethod
toString
Operators
operator ==
close
property
Future
<
void
>
close
Close scanning API.
Implementation
Future<void> get close async { await _methodChannel.invokeMethod('close'); }