ApiFcm class

Constructors

ApiFcm({required String tokenServer})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenServer String
final
url String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postMessage({required List<String?> listtokens, required MessageModel notification, Map<String, String>? data}) Future<RequestFcmModel>
postTopics({required String topics, required MessageModel notification, Map<String, String>? data}) Future<RequestFcmModel>
toString() String
A string representation of this object.
inherited

Operators

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