DchsFlutterBeaconPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- DchsFlutterBeaconPlatform
- Implementers
Constructors
- DchsFlutterBeaconPlatform.new()
- Constructs a DchsFlutterBeaconPlatform.
Properties
-
no setter
-
bluetoothState
→ Future<
BluetoothState> -
no setter
-
checkLocationServicesIfEnabled
→ Future<
bool> -
no setter
-
close
→ Future<
bool> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
openApplicationSettings
→ Future<
bool> -
no setter
-
openBluetoothSettings
→ Future<
bool> -
no setter
-
openLocationSettings
→ Future<
bool> -
no setter
-
requestAuthorization
→ Future<
bool> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bluetoothStateChanged(
) → Stream< BluetoothState> -
initializeAndCheckScanning(
) → Future< bool> -
initializeScanning(
) → Future< bool> -
isBroadcasting(
) → Future< bool> -
isBroadcastSupported(
) → Future< bool> -
monitoring(
List< Region> regions) → Stream<MonitoringResult> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
ranging(
List< Region> regions) → Stream<RangingResult> -
setBackgroundBetweenScanPeriod(
int scanPeriod) → Future< bool> -
setBackgroundScanPeriod(
int scanPeriod) → Future< bool> -
setBetweenScanPeriod(
int scanPeriod) → Future< bool> -
setLocationAuthorizationTypeDefault(
AuthorizationStatus authorizationStatus) → Future< bool> -
setMaxTrackingAge(
int age) → Future< bool> -
setScanPeriod(
int scanPeriod) → Future< bool> -
setUseTrackingCache(
bool enable) → Future< bool> -
startBroadcast(
BeaconBroadcast params) → Future< void> -
stopBroadcast(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ DchsFlutterBeaconPlatform
-
The default instance of DchsFlutterBeaconPlatform to use.
getter/setter pair