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