CourierClientOptions class

Constructors

CourierClientOptions({required String id, String? jwt, String? clientKey, required String userId, String? connectionId, String? tenantId, required bool showLogs})

Properties

clientKey String?
final
connectionId String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
jwt String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLogs bool
final
tenantId String?
final
userId String
final

Methods

add() Future<String>
invokeClient(String method, [dynamic arguments]) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() Future<String>
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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