piccCheck method

Future<String?> piccCheck()

Implementation

Future<String?> piccCheck() {
  throw UnimplementedError('piccCheck() has not been implemented.');
}