Methods
-
confirmMessage(String title, {String? message, String? imageAssert})
→ Future<bool>
-
confirm message with Yes and No buttons
-
dispose()
→ void
-
on dispose
-
hapticFeedback({bool heavy = true})
→ Future<void>
-
exec haptic feedback
-
navigateTo(dynamic creator, [bool? replacment, bool? replacement, AnimationTypes animationType = AnimationTypes.slideLeft])
→ dynamic
-
navigate to other page
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setLoading()
→ dynamic
-
show loading popup
-
setResume([bool success = true])
→ dynamic
-
dismiss the loading popup
-
setState()
→ dynamic
-
setState
-
showMessage(String title, MessageType type, {String heroTag = 'submit_button', String? message, String? imageAssert, String? exceptionText})
→ Future
-
show message
-
toString()
→ String
-
A string representation of this object.
inherited