IblMessagingService class

Constructors

IblMessagingService({required String dataBaseUrl, required String token, required String username, required String applicationId, required dynamic onDataRecieved(String? title, String? message, dynamic data)})

Properties

applicationId String
getter/setter pair
dataBaseUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listen ↔ dynamic
getter/setter pair
listen2 ↔ dynamic
getter/setter pair
onDataRecieved ↔ dynamic Function(String? title, String? message, dynamic data)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
getter/setter pair
username String
getter/setter pair

Methods

dispose() Future<void>
init(BuildContext context) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveFcm(Map body) Future<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

fcmToken String?
getter/setter pair