call method

JournalProvider call(
  1. String apiKey
)

See also journal.

Implementation

JournalProvider call(
  String apiKey,
) {
  return JournalProvider(
    apiKey,
  );
}