Update authentication token
@override void updateAuthToken(String token) { _dio.options.headers['Authorization'] = 'Bearer $token'; }