SendResponse extension type

Interface representing the status of an individual message that was sent as part of a batch request.

on
Implemented types
Available extensions

Properties

error FirebaseError?
An error, if the message was not handed off to FCM successfully.
no setter
hashCode int
The hash code for this object.
no setterinherited
messageId String?
A unique message ID string, if the message was handed off to FCM for delivery.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
A boolean indicating if the message was successfully handed off to FCM or not. When true, the messageId attribute is guaranteed to be set. When false, the error attribute is guaranteed to be set.
no setter

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