@override Future<String?> printFeedPaper(int step) async { return await methodChannel.invokeMethod<String>('PrintFeedPaper', {'step': step}); }