MoodleAuthService constructor

MoodleAuthService(
  1. ApiService _apiService,
  2. NetworkService _networkService
)

Implementation of AuthService for Moodle.

Implementation

MoodleAuthService(this._apiService, this._networkService);