apiKey property

BetterAuthApiKey get apiKey

Implementation

BetterAuthApiKey get apiKey => _cache[this] ??= BetterAuthApiKey(
  BetterAuthFlutter.dioClient,
  baseUrl: BetterAuthFlutter.baseUrl,
);