Skip to content

Commit

Permalink
format check
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhisheksainii committed Jan 5, 2024
1 parent 7ca7c2f commit 8114a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import 'package:talawa/utils/app_localization.dart';
import 'package:talawa/view_model/base_view_model.dart';
import 'package:talawa/view_model/lang_view_model.dart';


/// ProfilePageViewModel class helps to interact with model to serve data and react to user's input in Profile Page view.
///
/// Methods include:
Expand Down Expand Up @@ -77,6 +76,7 @@ class ProfilePageViewModel extends BaseModel {
currentUser = _userConfig.currentUser;
setState(ViewState.idle);
}

/// This method changes the currency of the user for donation purpose.
///
/// **params**:
Expand Down

0 comments on commit 8114a39

Please sign in to comment.