Handler class
Constructors
- Handler()
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 Properties
- flutterLocalNotificationsPlugin → FlutterLocalNotificationsPlugin
-
final
-
messages
↔ List<
String> -
getter/setter pair
Static Methods
-
handleNotificationClick(
BuildContext context) → void -
initNotification(
BuildContext context) → Future< void> -
requestStoragePermission(
) → Future< void> -
showQuickChatNotification(
Map< String, dynamic> data) → Future<void> -
updateFirebaseToken(
String username, String email, String fcmToken, String uniqueId) → Future< void>