ApiKeyStrategy constructor

const ApiKeyStrategy({
  1. required String apiKey,
})

Implementation

const ApiKeyStrategy({required this.apiKey});