logClient method

void logClient(
  1. dynamic logObject
)
inherited

Logs the data from the client-side

Implementation

void logClient(dynamic logObject) => log(logObject, initial: initialClient);