AppAlerts class

Constructors

AppAlerts()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getSubscriptionAlert(SubscriptionService? drawerController, BuildContext context, String fromRoute) Future<bool?>
selectProfileModal({required BuildContext context, required List<AppProfile> profiles, required String currentProfileId, required Future<void> onChangeProfile(AppProfile), required void onCreateProfile()}) Future<void>
showAlert(BuildContext context, {String title = '', String message = ''}) → void
showBlockProfileAlert(MateService mateServiceImpl, BuildContext context, String postOwnerId) Future<void>
showExitConfirmationDialog(BuildContext context) Future<bool>
showSendReportAlert(BuildContext context, String referenceId, {ReferenceType referenceType = ReferenceType.post}) Future<void>