fetchConfiguration method

Future<Map<String, dynamic>> fetchConfiguration(
  1. String apiKey,
  2. String customerID
)

Fetch configuration - matches your React Native fetchConfiguration

Implementation

Future<Map<String, dynamic>> fetchConfiguration(String apiKey, String customerID) {
  throw UnimplementedError('fetchConfiguration() has not been implemented.');
}