createPendingUser_Pre method

Future<PendingUserResponse> createPendingUser_Pre(
  1. ServiceCall $call,
  2. Future<PendingUserRequest> $request
)

Implementation

$async.Future<$2.PendingUserResponse> createPendingUser_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$2.PendingUserRequest> $request) async {
  return createPendingUser($call, await $request);
}