init method
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,
})
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.');
}