AppCenterOptions class

Annotations

Constructors

AppCenterOptions({Duration sendLogsTimeout = const Duration(seconds: 10), int logsBatchSize = 5, Duration minDelayBetweenRequests = const Duration(seconds: 15), String? logsDbPath, String? installId, Device? device})
const
AppCenterOptions.fromMap(Map<String, dynamic> map)

Properties

device Device?
final
hashCode int
The hash code for this object.
no setterinherited
installId String?
final
logsBatchSize int
final
logsDbPath String?
final
minDelayBetweenRequests Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendLogsTimeout Duration
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited