initializeWithApiKey method

Future<void> initializeWithApiKey({
  1. required String apiKey,
  2. required String bundleId,
})

Implementation

Future<void> initializeWithApiKey({
  required String apiKey,
  required String bundleId,
}) {
  throw UnimplementedError('initializeWithApiKey() has not been implemented.');
}