@override Future<List<int>> initializePrinter() async { final version = await methodChannel.invokeMethod('initializePrinter'); return version; }