BluetoothPrinterConnector constructor
Implementation
BluetoothPrinterConnector({required this.address, required this.isBle, this.name}) {
flutterPrinterChannel.setMethodCallHandler((MethodCall call) {
_methodStreamController.add(call);
return Future(() => null);
});
}