AuthServiceInt constructor

AuthServiceInt(
  1. dynamic onAuthenticated(
    1. Future<void>
    )
)

Implementation

AuthServiceInt(Function(Future<void>) onAuthenticated);