notify method

void notify(
  1. AuthResponse<T> value
)

Implementation

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