gotFromFrontend static method

void gotFromFrontend(
  1. dynamic id,
  2. dynamic value
)

Implementation

static void gotFromFrontend(dynamic id, dynamic value) {
  if (IsolatorConfig._instance.logEvents) {
    _log(BACKEND, 'Got a message from frontend', value: value, id: id);
  }
}