@override Future<bool?> printSpace({required int space}) async { return await methodChannel.invokeMethod<bool>('printSpace', { 'space': space, }); }