RemoteUserLogStrategy class abstract

Strategy for sending logs of user to a remote server.

Constructors

RemoteUserLogStrategy()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearUser() → void
Delete user info.
log(String message) → void
Log message.
logError(Exception error) → void
Log error.
logInfo(String key, Object? info) → void
Log info.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUser(String id, String username, String email) → void
Add user info.
toString() String
A string representation of this object.
inherited

Operators

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