FlutterBtPrintPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterBtPrintPlatform
- Implementers
Constructors
- FlutterBtPrintPlatform()
- Constructs a FlutterBtPrintPlatform.
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
-
connect(
String address) → Future< bool> -
disconnect(
) → Future< void> -
getBondedDevices(
) → Future< List< Map< >String, dynamic> > -
getPlatformVersion(
) → Future< String?> -
isConnected(
) → Future< bool> - 🔵 Bluetooth
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printFile(
Uint8List bytes) → Future< void> -
printText(
String text) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterBtPrintPlatform
-
The default instance of FlutterBtPrintPlatform to use.
getter/setter pair