ChatNotificationPlugin class

Constructors

ChatNotificationPlugin()

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

cancelCallNotification(int notificationId, {String? uniqueId}) Future<void>
Cancels a ringing call.
canUseFullScreenIntent() Future<bool>
Whether the OS still lets this app launch the full-screen incoming call screen.
getDefaultRingtone() Future<String?>
The ringtone previously stored with setDefaultRingtone, or null.
initialize() Future<void>
openFullScreenIntentSettings() Future<bool>
Opens the system "Full screen notifications" page for this app.
setCallNotificationAppearance({String? smallIcon, String? accentColor, bool? colorized}) Future<void>
Configures how the incoming call notification looks.
setDefaultRingtone(String? ringtone) Future<void>
Sets the ringtone used for incoming calls that do not name one themselves, including calls raised from a data-only FCM payload while the app is dead.
showCallNotification(Map<String, dynamic> data) Future<void>
Shows the incoming call notification and full screen call screen.
triggerBroadcastNotification(String messageDataJson) Future<void>