RegisterTransport class

Constructors

RegisterTransport({required Future<String?> idToken(), required Future<String?> sessionId(), required String cashregisterId, String? baseUrl, Client? httpClient, Duration? timeout})

Properties

baseUrl String
final
cashregisterId String
Kasse, an der die Sitzung läuft.
final
hashCode int
The hash code for this object.
no setterinherited
idToken Future<String?> Function()
Liefert ein gültiges Firebase-ID-Token (darf erneuern).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId Future<String?> Function()
Liefert die laufende Sitzung.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rufen(String name, {Map<String, dynamic> params = const {}, Duration? frist}) Future<Map<String, dynamic>>
Einen Endpunkt rufen. params kommt zur Kasse dazu; null-Werte fallen weg, damit das Backend „nicht gesetzt" nicht als ausdrückliche Angabe missversteht.
toString() String
A string representation of this object.
inherited

Operators

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