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