@override Future<bool> feedAndCutPaper() async { return await methodChannel.invokeMethod<bool>('feedAndCutPaper') ?? false; }