setApiKey method

Future<void> setApiKey(
  1. String androidKey,
  2. String iosKey
)

Implementation

Future<void> setApiKey(String androidKey, String iosKey) {
  throw UnimplementedError('setApiKey() has not been implemented.');
}