Forest class

Inheritance
Mixed in types

Constructors

Forest([FlutterExceptionHandler? _exceptionHandler])

Properties

emailProperty String
no setterinherited
forest Future<List<Tree>>
Return a copy of all planted Tree.
no setter
hashCode int
The hash code for this object.
no setterinherited
isInDebugMode bool
Whether the VM is running in debug mode.
no setterinherited
level ↔ Level
Override the level for this particular Logger and its children.
getter/setter pair
loggerName String
Internal Logger Name
no setteroverride
nameProperty String
no setterinherited
phoneProperty String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedTypes Set<Type>
no setteroverride
treeCount int
no setter
uidProperty String
no setterinherited
userIdProperty String
no setterinherited

Methods

dispose() → void
override
flush() Future<void>
override
increment(Map<String, num> properties) Future<void>
override
init() Future<void>
isSupportedEventName(String name) bool
override
isSupportedType(Type value) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onFlutterError(FlutterErrorDetails details) → void
performLog(LogRecord record) → void
override
performLogEvent({required String name, Map<String, dynamic>? parameters}) Future<void>
override
performReportError(dynamic error, dynamic stackTrace) Future<void>
Flutter Error 를 Report 합니다. ex: Crashlytics, Sentry
override
performReportFlutterError(FlutterErrorDetails details) → void
Flutter Error 를 Report 합니다. ex: Crashlytics, Sentry
override
plant(Tree tree) → void
Add a new logging tree.
plantAll(Iterable<Tree> trees) → void
Add a new logging tree.
reset() Future<void>
override
setCurrentScreen({String? screenName, String screenClassOverride = 'Flutter'}) Future<void>
override
setEmail(String email) Future<void>
email 설정
override
setOnce(Map<String, dynamic> properties) Future<void>
override
setPhone(String phone) Future<void>
전화번호 설정
override
setUid(String uid) Future<void>
uid 설정
override
setUserId(String id) Future<void>
userId 설정
override
setUserName(dynamic value) Future<void>
override
setUserProperty(String name, dynamic value) Future<void>
override
timingEvent(String name) Future<void>
override
toString() String
A string representation of this object.
inherited
union(Map<String, List> properties) Future<void>
override
uproot(Tree tree) → void
Remove a planted tree.
uprootAll() → void
Remove all planted tree.

Operators

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