byAuthenticationId abstract method

FutureOr<UserModel> byAuthenticationId(
  1. Context ctx,
  2. String authenticationId
)

Fetches UserModel by given authenticationId

Implementation

FutureOr<UserModel> byAuthenticationId(Context ctx, String authenticationId);