ReaderStateProvider class
- Inheritance
-
- Object
- ChangeNotifier
- ReaderStateProvider
Properties
- accountType ↔ int
-
getter/setter pair
- amountCredio ↔ TextEditingController
-
getter/setter pair
- communicationMode → String
-
final
- configurations ↔ CredioConfig
-
getter/setter pair
- context ↔ BuildContext?
-
getter/setter pair
- display ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasListeners → bool
-
Whether any listeners are currently registered.
no setterinherited
- initStateCalled ↔ bool
-
getter/setter pair
-
items
↔ List<
String> ? -
getter/setter pair
- lastMessage ↔ String?
-
getter/setter pair
-
logs
↔ ValueNotifier<
String> -
getter/setter pair
- pinContext ↔ BuildContext?
-
getter/setter pair
- pinController → TextEditingController
-
no setter
-
posState
↔ ValueNotifier<
PosConnectionState> -
getter/setter pair
- qPos → FlutterPluginQpos
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scanFinish ↔ int
-
getter/setter pair
- today ↔ DateTime
-
getter/setter pair
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object changes.
inherited
-
checkPermission(
) → Future< bool> -
connectToDevice(
String item, BuildContext context) → Future< void> -
disconnectToDevice(
) → Future< void> -
dispose(
) → void -
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
override
-
getListSection(
) → Widget? -
initState(
{required BuildContext buildContext}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
Call all the registered listeners.
inherited
-
parasListener(
{required QPOSModel datas, required BuildContext thisContext}) → void -
processItems(
List< String> ? items) → Future<void> -
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
-
selectDevice(
VoidCallback next) → void -
sendPin(
BuildContext context, String pin) → dynamic -
startDoTrade(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- regexPattern → RegExp
-
final
Static Methods
-
instance(
{CredioConfig? credioConfig}) → ReaderStateProvider