isPreprintedSupply method

Future<bool?> isPreprintedSupply()

isPreprintedSupply() returns a boolean representing if the supply is pre-printed.

Implementation

Future<bool?> isPreprintedSupply() async {
  throw UnimplementedError('isPreprintedSupply() has not been implemented.');
}