ApiController class
Constructors
- ApiController(String apiUrl)
Properties
Methods
-
auth(
String endpoint, String apiKey) → Future< Map> -
delete(
String? idToken, String endpoint) → Future< Map> -
downloadBytes(
String? idToken, String endpoint) → Future< Uint8List?> -
get(
String? idToken, String endpoint) → Future< Map> -
getImageBytesFromUrl(
String? url) → Future< Uint8List?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
post(
String? idToken, String endpoint, dynamic data) → Future< Map> -
put(
String? idToken, String endpoint, dynamic data) → Future< Map> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited