Configure the service with the API key.
@override Future<void> configure({required String apiKey}) async { await methodChannel.invokeMethod('configure', {'apiKey': apiKey}); }