Bridge class

bridge between flutter and android.

Constructors

Bridge({Zebra123? listener})
Constructs a singleton instance of Bridge.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
interface Interfaces
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status
no setter

Methods

addListener(Zebra123 listener) → void
contains(Zebra123 listener) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(Zebra123 listener) → void
scan(Requests request) → void
setMode(Modes mode) → void
supports(Interfaces interface) bool
toString() String
A string representation of this object.
inherited
track(Requests request, {List<String>? tags}) → void
write(String epc, {String? epcNew, double? password, double? passwordNew, String? data}) → void

Operators

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