Helpify class

This class is used to display different alerts

Constructors

Helpify()

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

confirm(BuildContext context, {String? note, String? title, bool actions = true, bool hasBarrier = true, FlashPosition position = FlashPosition.top}) → dynamic
error(BuildContext context, {String? note, String? title, bool hasBarrier = false, FlashPosition position = FlashPosition.top}) → dynamic
getToken() → dynamic
getUid() → dynamic
info(BuildContext context, {String? note, String? title, bool hasBarrier = false, FlashPosition position = FlashPosition.top}) Future
setToken(String token, String uid) → dynamic
success(BuildContext context, {String? note, String? title, bool hasBarrier = false, FlashPosition position = FlashPosition.top}) Future
warn(BuildContext context, {String? note, String? title, bool actions = false, Function? yesOnTap, Function? noOnTap, bool hasBarrier = false, FlashPosition position = FlashPosition.top}) Future