MethodChannelDchsFlutterBeacon class

An implementation of DchsFlutterBeaconPlatform that uses method channels.

Inheritance

Properties

authorizationStatus Future<AuthorizationStatus>
no setteroverride
bluetoothState Future<BluetoothState>
no setteroverride
checkLocationServicesIfEnabled Future<bool>
no setteroverride
close Future<bool>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
openApplicationSettings Future<bool>
no setteroverride
openBluetoothSettings Future<bool>
no setteroverride
openLocationSettings Future<bool>
no setteroverride
requestAuthorization Future<bool>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authorizationStatusChanged() Stream<AuthorizationStatus>
override
bluetoothStateChanged() Stream<BluetoothState>
override
initializeAndCheckScanning() Future<bool>
override
initializeScanning() Future<bool>
override
isBroadcasting() Future<bool>
override
isBroadcastSupported() Future<bool>
override
monitoring(List<Region> regions) Stream<MonitoringResult>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ranging(List<Region> regions) Stream<RangingResult>
override
setBackgroundBetweenScanPeriod(int scanPeriod) Future<bool>
override
setBackgroundScanPeriod(int scanPeriod) Future<bool>
override
setBetweenScanPeriod(int scanPeriod) Future<bool>
override
setLocationAuthorizationTypeDefault(AuthorizationStatus authorizationStatus) Future<bool>
override
setMaxTrackingAge(int maxTrackingAge) Future<bool>
override
setScanPeriod(int scanPeriod) Future<bool>
override
setUseTrackingCache(bool enable) Future<bool>
override
startBroadcast(BeaconBroadcast params) Future<void>
override
stopBroadcast() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited