do a few more remaining todos
This commit is contained in:
@@ -229,4 +229,8 @@ class AppAuth extends ChangeNotifier implements TokenSource {
|
||||
String getUserID() {
|
||||
return _userID!;
|
||||
}
|
||||
|
||||
String? getClientID() {
|
||||
return _clientID;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user