checkStatus method

Future<String?> checkStatus()

Implementation

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