authenticate abstract method

Future<Response<AuthenticationResponse>> authenticate(
  1. LoginModel model
)

Implementation

Future<Response<AuthenticationResponse>> authenticate(LoginModel model);