FlutterProcessText class

Constructors

FlutterProcessText()

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 Properties

getProcessTextStream Stream<String>
Listen to the process text stream to get continuous data.
no setter
refreshProcessText Future<String?>
Get the pending data by refreshing the process text
no setter

Static Methods

initialize({bool showConfirmationToast = true, bool showRefreshToast = true, bool showErrorToast = true, String confirmationMessage = "Text Fetched", String refreshMessage = "Refreshed", String errorMessage = "Unable to fetch text!"}) Future<void>
Initialize FlutterProcessText Plugins. bool Confirmation, Refresh and Error Toast. set ConfirmationMessage to show a confirmation message in the Toast. set refreshMessage to show a refresh message in the Toast. set errorMessage to show a error message in the Toast.