checkPaper method

Future<bool> checkPaper()

Implementation

Future<bool> checkPaper() {
  throw UnimplementedError("checkPaper() has not been implemented.");
}