deleteAccountClusterRole_Pre method
Future<Empty>
deleteAccountClusterRole_Pre(
- ServiceCall $call,
- 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);
}