MoodleApiService constructor

MoodleApiService(
  1. NetworkService _networkService
)

Implementation of ApiService using the Moodle API.

Implementation

MoodleApiService(this._networkService);