FlutterLogan class

Constructors

FlutterLogan()

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

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

Static Methods

cleanAllLogs() Future<void>
flush() Future<void>
getUploadPath(String date) Future<String>
init(String aesKey, String aesIv, int maxFileLen) Future<bool>
log(int type, String log) Future<void>
upload(String serverUrl, String date, String appId, String unionId, String deviceId) Future<bool>