ChatApi class abstract

Inheritance
Implementers

Constructors

ChatApi()

Properties

api String
finalinherited
endpoint String
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(String method, dynamic data) Future<Response>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send({required String id, required String apiKey, required String title, required String body, String? url, String? image, double imageElevation = 0.0, Color? backgroundColor, Color? textColor}) Future<Response>
toString() String
A string representation of this object.
inherited

Operators

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