printSpace method

Future<bool?> printSpace({
  1. required int space,
})

Implementation

Future<bool?> printSpace({required int space}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}