deleteAccountClusterRole_Pre method

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

Implementation

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