ApiService class abstract

Abstracts the communication with an API using NetworkService.

Implementers

Constructors

ApiService()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
log Logger
The Logger instance for this class.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

callFunction({required String function, required String token, required JSON body, bool redact = false}) Future<HttpResponse<Either<List<JSON>, JSON>>>
Calls the specified function on the Moodle-API with the specified token.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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