LoggerApi class
The LoggerApi class represents an API client for logging data to a specified endpoint. It provides a method to send log data to the server using HTTP POST request.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postLogData(
Map< String, dynamic> body) → Future<Response?> -
Sends log data to the server using an HTTP POST request.
body
- The log data to be sent in the request body. Returns a Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited