init method

Future<void> init(
  1. String appKey, {
  2. Uri? apiUri,
  3. Uri? baseUri,
  4. int? maximumLocalStorageSize,
  5. bool printToConsole = true,
  6. bool enableUIEventLogging = true,
  7. bool enableCrashReporting = true,
  8. bool enableAndroidLogcatLogging = true,
  9. String? overrideDeviceName,
  10. String? version,
  11. String? build,
})

Implementation

Future<void> init(
  String appKey, {
  Uri? apiUri,
  Uri? baseUri,
  int? maximumLocalStorageSize,
  bool printToConsole = true,
  bool enableUIEventLogging = true,
  bool enableCrashReporting = true,
  bool enableAndroidLogcatLogging = true,
  String? overrideDeviceName,
  String? version,
  String? build,
}) {
  throw UnimplementedError('init() has not been implemented.');
}