setAPI method

Future<void> setAPI(
  1. String baseURL,
  2. String apiKey
)

Implementation

Future<void> setAPI(String baseURL, String apiKey) {
  throw UnimplementedError('setAPI() has not been implemented.');
}