register_Pre method

Future<AuthResponse> register_Pre(
  1. ServiceCall $call,
  2. Future<RegisterRequest> $request
)

Implementation

$async.Future<$0.AuthResponse> register_Pre($grpc.ServiceCall $call,
    $async.Future<$0.RegisterRequest> $request) async {
  return register($call, await $request);
}