createPendingUser abstract method

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

Implementation

$async.Future<$2.PendingUserResponse> createPendingUser(
    $grpc.ServiceCall call, $2.PendingUserRequest request);