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