removeAt method
Removes an authorization at the specified index.
Implementation
Authorization removeAt(int index) {
return _authorizations.removeAt(index);
}
Removes an authorization at the specified index.
Authorization removeAt(int index) {
return _authorizations.removeAt(index);
}