|
|
|
@ -77,7 +77,7 @@ class UserProvider extends LoadingNotifier {
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// ## Register & Fill [UserApiClient.user] data
|
|
|
|
/// ## Update current user profile
|
|
|
|
/// - onSuccess : SnackBar will appears
|
|
|
|
/// - onSuccess : SnackBar will appears
|
|
|
|
/// - onError : SnackBar will appears
|
|
|
|
/// - onError : SnackBar will appears
|
|
|
|
Future updateProfile(BuildContext context, {required User updatedUser}) async {
|
|
|
|
Future updateProfile(BuildContext context, {required User updatedUser}) async {
|
|
|
|
|