listRoleBindings_Pre method

Future<ListRoleBindingsResponse> listRoleBindings_Pre(
  1. ServiceCall call,
  2. Future<RequestEnvelope> request
)

Implementation

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