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