OmiConfig class

Constructors

OmiConfig({String? apiBaseUrl, String? apiKey, Duration connectionTimeout = const Duration(seconds: 15), Duration scanTimeout = const Duration(seconds: 10), bool autoReconnect = true, int maxReconnectAttempts = 3})
const

Properties

apiBaseUrl String?
final
apiKey String?
final
autoReconnect bool
final
connectionTimeout Duration
final
hashCode int
The hash code for this object.
no setterinherited
maxReconnectAttempts int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanTimeout Duration
final

Methods

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

Operators

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