ApiService class abstract
Abstracts the communication with an API using NetworkService.
- Implementers
Constructors
Properties
Methods
- 
  callFunction({required String function, required String token, required JSON body, bool redact = false}) → Future< HttpResponse< Either< >List< >JSON> , JSON>
- 
  Calls the specified functionon the Moodle-API with the specifiedtoken.
- 
  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