handleNotFound method

void handleNotFound()

Implementation

void handleNotFound() {
  emit('not-found');
}