SaApplicationsService constructor
SaApplicationsService(
- WithTokenGetter tokenGetter,
- String baseUrl, {
- String? requestRole,
Implementation
SaApplicationsService(
WithTokenGetter tokenGetter,
String baseUrl, {
String? requestRole,
}) : super(tokenGetter, baseUrl, 'applications', requestRole);