skipApiCall method

Future<void> skipApiCall()

Implementation

Future<void> skipApiCall() async {
  throw UnimplementedError();
}