@override Future<String?> printSetMode(int mode) async { return await methodChannel.invokeMethod<String>('PrintSetMode', {'mode': mode}); }