checkStore method

Future<StatusModel?> checkStore()

Implementation

Future<StatusModel?> checkStore() {
  throw UnimplementedError('CheckStore() has not been implemented.');
}