Fixes on adnroid and ios
This commit is contained in:
@@ -201,7 +201,7 @@ class _SplashScreenState extends BaseState<SplashScreen> {
|
||||
|
||||
if (userResponse != null) {
|
||||
print('I have user in method handler!');
|
||||
List<Map> users = JSON.decode(userResponse.body);
|
||||
List<dynamic> users = JSON.decode(userResponse.body);
|
||||
if (users.length > 0) {
|
||||
return users[0];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user