logClient method
void
logClient(
- dynamic logObject
inherited
Logs the data from the client-side
Implementation
void logClient(dynamic logObject) => log(logObject, initial: initialClient);
Logs the data from the client-side
void logClient(dynamic logObject) => log(logObject, initial: initialClient);