PartnerTransport class
Constructors
-
PartnerTransport({required String partnerKey, String? baseUrl, Client? httpClient, Duration? frist})
-
Wirft, wenn der Schluessel nicht die Form eines Partner-Schluessels hat.
Properties
-
baseUrl
→ String
-
final
-
env
→ String
-
test oder live, aus dem Schluessel abgelesen.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
rufen(String name, {Map<String, dynamic> params = const <String, dynamic>{}})
→ Future<Map<String, dynamic>>
-
Einen Endpunkt rufen.
null-Werte in params fallen weg, damit das
Backend "nicht gesetzt" nicht als ausdrueckliche Angabe missversteht.
-
toString()
→ String
-
A string representation of this object.
inherited