IblMessagingService class
Constructors
- IblMessagingService({required String dataBaseUrl, required String token, required String username, required String org, required String applicationId, required Future onDataRecieved(String? title, String? message, dynamic data), required Future onNotificationAvailability(bool isNotifiction, bool isDenied)})
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 ↔ Future Function(String? title, String? message, dynamic data)
-
getter/setter pair
- onNotificationAvailability ↔ Future Function(bool isNotifiction, bool isDenied)
-
getter/setter pair
- org ↔ String
-
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
-
deleteFcm(
Map body) → Future< Map< String, dynamic> > -
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