fetchConfiguration method
Fetch configuration - matches your React Native fetchConfiguration
Implementation
Future<Map<String, dynamic>> fetchConfiguration(String apiKey, String customerID) {
throw UnimplementedError('fetchConfiguration() has not been implemented.');
}