configure abstract method

Future<void> configure({
  1. required String apiKey,
})

Configure the service with the API key.

Implementation

Future<void> configure({required String apiKey});