FlareLane class

Constructors

FlareLane()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteTags(List<String> tags) Future<void>
getDeviceId() Future<String?>
getTags(GetTagsHandler callback) Future<void>
initialize(String projectId, {bool? requestPermissionOnLaunch = true}) Future<void>
isSubscribed() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLogLevel(LogLevel logLevel) Future<void>
setNotificationClickedHandler(NotificationClickedHandler handler) → void
setNotificationForegroundReceivedHandler(NotificationForegroundReceivedHandler handler) → void
setTags(Map<String, Object> tags) Future<void>
setUserId(String? userId) Future<void>
subscribe([bool? fallbackToSettings = true, IsSubscribedHandler? callback]) Future<void>
toString() String
A string representation of this object.
inherited
trackEvent(String type, [Map<String, Object>? data]) Future<void>
unsubscribe([IsSubscribedHandler? callback]) Future<void>

Operators

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

Static Properties

shared FlareLane
getter/setter pair