LibraryApi constructor

LibraryApi(
  1. Stage stage,
  2. String apiKey,
  3. String requestHashKey
)

Implementation

factory LibraryApi(Stage stage, String apiKey, String requestHashKey) =>
    LibraryApi._internal(stage, apiKey, requestHashKey);