This commit is contained in:
2022-11-01 16:51:56 +08:00
parent 96d822cb3f
commit ec22583ebb
10 changed files with 119 additions and 45 deletions

View File

@@ -72,4 +72,8 @@ class UserProvider {
}
return null;
}
static Future updateMobile(String mobile) async {}
static Future updateEmail(String email) async {}
}