fix: some fixes
This commit is contained in:
@@ -14,17 +14,10 @@ class GymLinkProvider with ChangeNotifier {
|
||||
|
||||
void Function() get onError => _onError;
|
||||
|
||||
void onTokenReceived(String token) {
|
||||
void checkToken(String token) {
|
||||
_token = token;
|
||||
_isLoading = false;
|
||||
notifyListeners();
|
||||
// if (token == 'token123') {
|
||||
// _isLoading = false;
|
||||
// notifyListeners();
|
||||
// } else {
|
||||
// _isLoading = true;
|
||||
// notifyListeners();
|
||||
// }
|
||||
}
|
||||
|
||||
void changeTheme(int color, {bool blackTheme = false}) {
|
||||
|
||||
Reference in New Issue
Block a user