notify method

void notify(
  1. AuthResponse<T> value
)

Implementation

void notify(AuthResponse<T> value) => authorizer.emit(value);