@override Future<void> printAndQuitPaper(int value) async { await methodChannel .invokeMethod<void>('printAndQuitPaper', {"value": value}); }