setAccountClusterRole_Pre method

Future<Empty> setAccountClusterRole_Pre(
  1. ServiceCall $call,
  2. Future<AccountProto_AccountClusterRoleRequest> $request
)

Implementation

$async.Future<$1.Empty> setAccountClusterRole_Pre($grpc.ServiceCall $call, $async.Future<$2.AccountProto_AccountClusterRoleRequest> $request) async {
  return setAccountClusterRole($call, await $request);
}