listRoleBindings_Pre method
Future<ListRoleBindingsResponse>
listRoleBindings_Pre(
- ServiceCall call,
- Future<
RequestEnvelope> request
Implementation
$async.Future<$0.ListRoleBindingsResponse> listRoleBindings_Pre($grpc.ServiceCall call, $async.Future<$0.RequestEnvelope> request) async {
return listRoleBindings(call, await request);
}