Logger class

Mixed-in types

Constructors

Logger({required String secret, required String platformName, required String baseUrl, required int duration, String? user, bool mustSendLogToServer = false, int? logCount})

Properties

dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
logList List<LogModel>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connectivityCheck() Future<bool>
getPlatformInfo() Future<String>
hashWithSha256({required String secret}) String
inherited
init() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendLogsToServer() → dynamic
storeLog({required String title, required String message, required LogLevel level, required String enviroment, dynamic jsonData}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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