RavenSdk class abstract

Constructors

RavenSdk()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

initialize(String appId, String secretKey) Future<void>
logout() Future<void>
sendMessage(String template, String id, RavenResponseCallback? callback) Future<void>
setDeviceToken(String token) Future<void>
setUser(String userId, String? mobile, String? email) Future<void>
setUserEmail(String userId, String email) Future<void>
setUserMobile(String userId, String mobile) Future<void>
updateStatus(String notificationId, Status status) Future<void>

Constants

RAVEN_NOTIFICATION_ID → const String