@override Future<List<String>?> getPrinterSpeedList() async { return await methodChannel .invokeMethod<List<String>>('getPrinterSpeedList'); }