menu
zywell_printer package
documentation
zywell_printer_method_channel.dart
MethodChannelZywellPrinter
disconnect method
disconnect method
dark_mode
light_mode
disconnect
method
@
override
Future
<
void
>
disconnect
(
)
override
Implementation
@override
Future<
void
> disconnect()
async
{
await
methodChannel.invokeMethod(
'disconnect'
); }
zywell_printer package
documentation
zywell_printer_method_channel
MethodChannelZywellPrinter
disconnect method
MethodChannelZywellPrinter class
Constructors
new
Properties
hashCode
methodChannel
runtimeType
Methods
clearBuffer
connectBluetooth
connectIp
connectUSB
disconnect
discoverBluetooth
getPlatformVersion
noSuchMethod
printImage
printText
printThermalImage
toString
Operators
operator ==