AppticsFeedback class

Constructors

AppticsFeedback()

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

disableAnonymousUserAlert() Future<void>
disableShakeForFeedback() Future<void>
enableAnonymousUserAlert() Future<void>
enableShakeForFeedback() Future<void>
isAnonymousUserAlertEnabled() Future<bool?>
isShakeForFeedbackEnabled() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openFeedback() Future<void>
reportBug() Future<void>
sendBugReport(String feedbackMessage, bool includeLogs, bool includeDiagnostics, {String? guestMailId, bool forceToAnonymous = false, List<Uri>? attachmentsUri}) Future<void>
sendFeedback(String feedbackMessage, bool includeLogs, bool includeDiagnostics, {String? guestMailId, bool forceToAnonymous = false, List<Uri>? attachmentsUri}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AppticsFeedback
no setter