SitumFlutterSDK class

Constructors

SitumFlutterSDK()

Properties

hashCode int
The hash code for this object.
no setterinherited
locationListener LocationListener?
getter/setter pair
methodChannel MethodChannel
latefinal
onEnteredGeofencesCallback OnEnteredGeofencesCallback?
getter/setter pair
onExitedGeofencesCallback OnExitedGeofencesCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearCache() Future<void>
fetchBuildingInfo(String buildingId) Future<BuildingInfo>
fetchBuildings() Future<List<Building>>
fetchPoiCategories() Future<List<PoiCategory>>
fetchPoisFromBuilding(String buildingId) Future<List<Poi>>
getDeviceId() Future<String>
init(String situmUser, String situmApiKey) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEnterGeofences(OnEnteredGeofencesCallback callback) Future<void>
onExitGeofences(OnExitedGeofencesCallback callback) Future<void>
prefetchPositioningInfo(List<String> buildingIdentifiers, {PrefetchOptions? options}) Future<String>
removeUpdates() Future<void>
requestLocationUpdates(LocationListener listener, Map<String, dynamic> locationRequest) Future<void>
setConfiguration(ConfigurationOptions options) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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