login abstract method

Future<AuthResponse> login(
  1. ServiceCall call,
  2. LoginRequest request
)

Implementation

$async.Future<$0.AuthResponse> login(
    $grpc.ServiceCall call, $0.LoginRequest request);