MoodleApiService class
Implements ApiService for the Moodle-API.
- Inheritance
-
- Object
- ApiService
- MoodleApiService
Constructors
- MoodleApiService(NetworkService networkService)
- Implements ApiService for the Moodle-API.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- log → Logger
-
The Logger instance for this class.
read-onlyinherited
- networkService → NetworkService
-
The NetworkService used to communicate with the Moodle-API.
final
- 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 specifiedtoken
.override -
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