handleOldRequestEvent method

void handleOldRequestEvent(
  1. String type
)

Implementation

void handleOldRequestEvent(String type) {
  debugLog(
    'Received a $type event for an old request. Ignoring event.',
    debugLabel: debugLabel,
  );
}