LogView class

Widget to show app log in a view and send by email to analize

Constructors

LogView(Widget child, {String? logEmail, bool showLogButton = true, void onFlutterError(FlutterErrorDetails error)?, void onZoneError(dynamic error, StackTrace stackTrace)?})

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

htmlReport() Future<String>
logHistory() List<LogTrace>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
textReport() Future<String>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance LogView?
getter/setter pair

Static Methods

getPackageInfo() Future<String>