ChatImpl class
Constructors
- ChatImpl()
-
factory
Properties
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> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited