login abstract method

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

Implementation

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