Methods
-
dispose()
→ Future<void>
-
-
fetchById<T>(String id, {required FromJsonConverter<T> fromJson})
→ Future<T?>
-
-
fetchMultiple<T>(String query, {required FromJsonConverter<T> fromJson, Map<String, String>? queryParams})
→ Future<List<T>?>
-
-
fetchRoute({String? path, String? routeId})
→ Future<RouteBase?>
-
-
fetchSingle<T>(String query, {required FromJsonConverter<T> fromJson, Map<String, String>? queryParams})
→ Future<T?>
-
-
fieldValue(String key, Map<String, dynamic> json)
→ String
-
-
fileUrl(FileReference fileRef)
→ Uri?
-
-
image(ImageReference imageRef, {int? width, int? height, int? devicePixelRatio, int? quality, String? format})
→ ImageProvider<Object>?
-
-
init()
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
schemaType(Map<String, dynamic> json)
→ String
-
-
toString()
→ String
-
A string representation of this object.
inherited