interceptorFromKey static method

Interceptor interceptorFromKey({
  1. required String key,
})

creates an interceptor give a key

Implementation

static Interceptor interceptorFromKey({required String key}) =>
    BlockfrostApiKeyAuthInterceptor(projectId: key);