Logger class
- Mixed-in types
Constructors
Properties
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